home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pull230.arc / SAMPLE.HLP < prev    next >
Text File  |  1990-10-15  |  5KB  |  112 lines

  1. ' SAMPLE.HLP
  2. ' User-defined callable scroll help box system
  3. ' Called using SCROLLBOX=HelpFile,HeaderString
  4. ' Practical Limits: About 64K per help file (scan speed is the issue)
  5. '                   Use unique header strings, or at least be sure that
  6. '                   your help starts at the first occurence of the string.
  7. '                   While .DEF files will be compiled in the future, it
  8. '                   has not yet been decided that .HLP files will.
  9. '
  10.  
  11. %About PullDown...
  12.      PullDown v2.30 (PULL230.ZIP) Summary List of Features:
  13. ─────────────────────────────────────────────────────────────────────
  14.  * Professional quality SAA compliant PullDown menus with custom
  15.    color, screen mode, dialog, and mouse control.
  16.  * All of the basic menuing system features including password
  17.    protection, command line prompts, and screen blanking, PLUS user-
  18.    defined help for each menu item, defined dialog boxes ranging from
  19.    simple <Ok> and <Yes><No> one-liner messages to full screen
  20.    scrolling message boxes and a fully functional file load dialog.
  21.  * Color, Background Fill control, and unlimited upgrades via a
  22.    command line/integrated registration system.
  23.  * Support for up to 10 Top Bar menu items with up to 46 selections
  24.    EACH, with unlimited menu file branching.  Extensive custom
  25.    pathing support means even LANs can run the system easily.
  26.  * Automatically resumes the state of the menus as you left them
  27.    last, and can be toggled to turn NumLock off on entry.
  28.  * Non TSR design assures conflict-free operation.  Clear, concise
  29.    50+ page manual replete with examples and troubleshooting guide.
  30.  * BBS Technical Support:(215)+623-6203 HST Available, +363-6625
  31.    two nodes MicroDynamics Conference.
  32.  
  33.  ╓─────────────────────────────────────────────────────────────────╖
  34.  ║     PullDown is a ShareWare menu shell system permitting        ║
  35.  ║     total system customization and addition of a truly          ║
  36.  ║     professional shine to any IBM compatible PC. A Dealer       ║
  37.  ║     arrangement is available to interested professionals        ║
  38.  ║     who want to use PullDown to add value to client sites       ║
  39.  ║     at very very low cost.  Enjoy the software!                 ║
  40.  ╟─────────────────────────────────────────────────────────────────╢
  41.  ║     Copyright 1990 MicroDynamics Development Corporation        ║
  42.  ║     All Rights Reserved.  Internationally distributed,          ║
  43.  ║     and gaining prominence as the menu system to select         ║
  44.  ║     in the '90s... thanks to many ardent supporters!            ║
  45.  ╙─────────────────────────────────────────────────────────────────╜
  46.  
  47. ###
  48.  
  49.  
  50. %Sample Help
  51. This demonstrates the powerful user-callable help subsystem
  52. available in PullDown v2.30.  You can make these help screens
  53. appear at ANY time during the execution of commands, and can
  54. place anything in them, up to 69 characters wide and 50 lines
  55. deep.  As you can see, this system is indeed powerful, and with
  56. a bit of work you might define an entire online help system for
  57. a particular computer, task, tutorial, or just to inform users
  58. of a set of complicated steps to follow.  When combined with the
  59. ability to branch to other menu definition files, PullDown
  60. delivers to the expert user a truly professional, sleek, and
  61. powerful menu system alternative to AUTOMENU or DIRECT ACCESS.
  62.  
  63. Enjoy!  (Scroll the box down to see more in 25 line mode)
  64.  
  65. PullDown is Copyright (c) 1989/1990 MicroDynamics Development
  66. Corporation, 1445 Mensch Lane Gilbertsville, PA  19525.
  67. CompuServe ID is 72010,2546.  Please feel free to comment on
  68. the system and request enhancements!  Thank you for evaluating
  69. the package.  Oh, a tip: when creating help files, be sure that
  70. the test is fairly well blocked looking, or it will seem
  71. unbalanced on the screen.  The AutoHelp system that created this
  72. dialog is available to QB/QBX programmers who use Crescent's
  73. QuickPak/Pro and own DIALOGIC from Dialog Software.
  74. ###
  75.  
  76.  
  77. ' And so on..........
  78.  
  79. %Pop up Warning
  80. WARNING: This option does nothing!
  81. These little dialogs can be placed
  82. anywhere, any time, and self-size
  83. and scroll.
  84. ###
  85.  
  86.  
  87. %Red Herring
  88. A "Validation Failure" is not actually recorded
  89. anywhere, but we would want novice users (or
  90. maybe even experts) to THINK that there was to
  91. discourage repeated attempts at the password.
  92. ###
  93.  
  94. %About Automatic Selections
  95. PullDown has the unique ability to automatically execute
  96. selections for a given .DEF file the first time it is
  97. loaded (in sequence) and resume with the menus intact.
  98. This is a useful option for those network administrators
  99. who wish to define some global variables based upon the
  100. nature of the tasks or applications a user will encounter
  101. in the given .DEF file.  See AUTOEX.DEF for a sample
  102. of how this is done.  [Can be overridden on the
  103. command line with IGNOREAUTO, if need arises.]
  104.  
  105. Feature requested by a BETA site on 10/11/90, and
  106. implemented the same day.  MicroDynamics will add any
  107. feature you may need promptly, if it is technically
  108. feasible to do so!
  109. ###
  110.  
  111.  
  112.